home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / julian11.zip / JULIANM.MAK < prev    next >
Text File  |  1993-01-11  |  465b  |  24 lines

  1. datediff.obj:    datediff.c julian.h 
  2.     cl /c /AL /Gs /Ot datediff.c
  3.  
  4.  
  5. datejfm.obj:    datejfm.c julian.h 
  6.     cl /c /AL /Gs /Ot datejfm.c
  7.  
  8.  
  9. datejto.obj:    datejto.c julian.h 
  10.     cl /c /AL /Gs /Ot datejto.c
  11.  
  12.  
  13. dateplus.obj:    dateplus.c julian.h 
  14.     cl /c /AL /Gs /Ot dateplus.c
  15.  
  16.  
  17. isleap.obj:    isleap.c julian.h 
  18.     cl /c /AL /Gs /Ot isleap.c
  19.  
  20. julianl.lib:    datediff.obj datejfm.obj datejto.obj \
  21.                 dateplus.obj isleap.obj
  22.     lib julianl @julian.msc;
  23.  
  24.